home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickDraw GX / Programming Stuff / Sample Code / General App Samples / Rotating Rects (Pascal) ƒ / Rotating Rects.make < prev    next >
Encoding:
Text File  |  1995-04-10  |  872 b   |  27 lines  |  [TEXT/MPS ]

  1. #        BuildProgram me to build the Pascal sample.
  2. #
  3. #        Pascalized version of the C Rotating Rects graphics sample.
  4. #        8/30/94 - dmh
  5. #
  6. #        Note that you will need to change the following line if your
  7. #        GX library files are on a different volume.
  8.  
  9. GXLibraries = QuickDraw™ GX SDK:Programming Stuff:QuickDraw™ GX Libraries:Graphics Libraries:
  10.  
  11. "Rotating Rects.p.o" ƒ "Rotating Rects.p"
  12.     Pascal "Rotating Rects.p"
  13.  
  14. "Transform Library.c.o" ƒ "{GXLibraries}Transform Library.c"
  15.     C "{GXLibraries}Transform Library.c"        ∂
  16.       -b2 -d applec -i "{CIncludes}"            ∂
  17.       -o "Transform Library.c.o"
  18.  
  19. "Rotating Rects" ƒƒ "Rotating Rects.p.o" "Transform Library.c.o"
  20.     Link "Rotating Rects.p.o"                    ∂
  21.          "Transform Library.c.o"                ∂
  22.          "{Libraries}Interface.o"                ∂
  23.          "{Libraries}Runtime.o"                    ∂
  24.          "{PLibraries}QDGXGraphicsPascalLib.o"    ∂
  25.          "{PLibraries}PasLib.o"                    ∂
  26.       -o "Rotating Rects"
  27.